home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / src-16f.lha / ldb / parse.h < prev    next >
C/C++ Source or Header  |  1991-11-06  |  229b  |  10 lines

  1. /* $Header: parse.h,v 1.1 90/02/24 19:37:27 wlott Exp $ */
  2.  
  3. /* All parse routines take a char ** as their only argument */
  4.  
  5. boolean more_p();
  6. char *parse_token();
  7. lispobj parse_lispobj();
  8. char *parse_addr();
  9. long parse_number();
  10.